home *** CD-ROM | disk | FTP | other *** search
/ SBC Yahoo! Dial - Start Y… NeW Internet Experience / SBC Yahoo! Dial - Start.iso / pc / Reg / help / alertstyle.css < prev    next >
Cascading Style Sheet File  |  2002-03-07  |  2KB  |  96 lines

  1. <STYLE TYPE="text/css">
  2. td{ font-family: Arial, Helvetica, sans-serif;    
  3.     font-size: 8pt;
  4.     padding-left:3;}
  5. div{ position:absolute;
  6.      font-family: Arial, Helvetica, sans-serif;    
  7.      font-size:9pt;
  8.      }
  9. LABEL{
  10.     font-family: Verdana, Arial, Helvetica, sans-serif;    
  11.     font-size:9pt;
  12. }     
  13. BODY {
  14.      BACKGROUND: white fixed no-repeat;
  15.     MARGIN-LEFT: 0px;
  16.     MARGIN-TOP: 0px
  17. }
  18. INPUT { 
  19.     background-color: #e7efef;
  20.     font-family: Verdana, Arial, Helvetica, sans-serif;
  21.     font-size:9pt;
  22.     height:20 px;        
  23. }
  24. ul{
  25.     font-size:8pt;
  26. }
  27. li {
  28.     font-family: Arial, Helvetica, sans-serif;
  29.     font-size:8pt;
  30. }
  31. SELECT {
  32.     background-color: #e7efef;
  33.     font-family: Verdana, Arial, Helvetica, sans-serif;
  34.     font-size:9pt;
  35. }
  36. .scBody{    
  37.     position:absolute;
  38.     width:368;
  39.     height:142;
  40.     top:77;
  41.     left:17;
  42.     padding-left:15;
  43.     padding-right:15;
  44.     margin:0;
  45.     background-color:#ffffff;
  46.     font-family: Arial, Helvetica, sans-serif;
  47.     font-size:9 pt;
  48. }
  49. .scTabTitle{
  50.     position:absolute;        
  51.     top:53;
  52.     left:16;
  53.     width:280;
  54.     height:20;
  55.     margin:0;
  56.     padding-left:15;
  57.     color:#ff601f;
  58.     font-size:10pt;
  59.     font-family: Arial;
  60.     font-weight: bold;
  61. }
  62. .mainFrame{
  63.     background-color: #ffffff;
  64.     font-family: Arial, Helvetica, sans-serif;    
  65.     width=402;
  66.     height=251;
  67.     margin:0;
  68.     overflow:hidden;
  69. }
  70. .scButtons{    
  71.     top:216;
  72.     left:17;
  73.     width:368;
  74.     height:39;
  75. }
  76. .closeButton{
  77.     position:absolute;
  78.     left:163;
  79.     top:6;    
  80. }
  81. .yesButton{
  82.     position:absolute;
  83.     left:123;
  84.     top:6;    
  85. }
  86. .noButton{
  87.     position:absolute;
  88.     left:203;
  89.     top:6;    
  90. }
  91. .okButton{
  92.     position:absolute;
  93.     left:163;
  94.     top:6;    
  95. }
  96. </STYLE>